@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0
}
html, body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, p, blockquote {
	margin: 0;
	padding: 0;
	list-style-type: none
}
em {
	font-style: normal
}
body {
	background: #fff;
	font-size: 12px;
	color: #707070;
	font-family: "Microsoft yahei", sans-serif;
	text-decoration: none
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
textarea {
	overflow: auto !important
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0
}
input {
	line-height: normal
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
 input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 height: auto
}
input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
 input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
 -webkit-appearance: none
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none
}

::selection {
 background: #b3d4fc;
 text-shadow: none
}
*:focus {
	outline: 0
}

::-webkit-input-placeholder {
 color: #cecece;
 font-size: 14px
}

:-moz-placeholder {
 color: #cecece;
 font-size: 14px
}

::-moz-placeholder {
 color: #cecece;
 font-size: 14px
}

:-ms-input-placeholder {
 color: #cecece;
 font-size: 14px
}
img {
	vertical-align: middle;
	border: 0
}
a {
	color: #707070;
	text-decoration: none
}
a:hover, a:active {
	color: #60a9d7;
	text-decoration: none
}
.show {
	display: inline-block
}
.hide {
	display: none !important
}
.scroll {
	overflow-y: auto;
	display: block !important
}
hr {
	border: 0;
	border-bottom: 1px solid #cfd2d9
}
.header_top {
	height:38px;
	background: #a90f11;
}
.header {
	height:80px;
}
.header_lin {
	height:15px;
}
.header_top_left {
	width:50%;
	float:left;
	height:38px;
}
.header_top_right {
	width:44%;
	float:right;
	height:38px;
	padding-left:25px;
	/*background:url(../img/top_bar.png) #a90f11 no-repeat;*/
}
.reset_style {
	color: #fff;
	margin-top:11px;
}
.reset_style a {
	font-family: Microsoft Yahei, Arial, Verdana, sans-serif;
	color: #fff;
	line-height: normal;
	word-wrap: break-word;
	word-break: break-all;
	font-size: 12px;
}
.resetHtmlCssStyle img {
	border: 0 none;
	margin-top: 3px;
	margin-right: 5px;
}
.center {
	width:1200px;
	margin:auto;
}
.logo {
	width:550px;
	float:left
}
.bocweb-nav {
	float: right;
	height: 100%;
}
.bocweb-nav {
	float:right;
	height:100%;
}
.bocweb-nav:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: ".";
}
.bocweb-nav li {
	position: relative;
	padding: 0 25px;
	height: 100%;
	float: left;
	display: inline;
}
.bocweb-nav li a {
	display: block;
	font-size: 15px;
	line-height: 80px;
	text-align: center;
	color: #000;
}
.bocweb-nav li .line {
	position: absolute;
	left: 25px;
	top: 90%;
	width: 0%;
	height: 3px;
	margin-top: -3px;
	border-radius: 3px;
	background: #d21a23;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
}
.bocweb-nav li:hover .line {
	width: 100%;
}
.bocweb-nav li .sub_nav {
	display: none;
	position: absolute;
	top: 90%;
	left: 25px;
	width: 100%;
	background-color: #fff;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.bocweb-nav li .sub_nav a {
	position: relative;
	padding: 14px 12px 13px;
	border-bottom: 1px solid #efefef;
	font-size: 14px;
	line-height: 1.2;
	color: #2a2d38;
	text-align: left;
}
.bocweb-nav li .sub_nav a .icon {
	position: absolute;
	top: 50%;
	right: 12px;
	width: 4px;
	margin-top: -4px;
	height: 8px;
	background: url(/img/h_a_r.png?tenantId=129706&viewType=1&v=1618991444000) no-repeat center center;
	transition: opacity 0.5s;
	opacity: .2;
	filter: alpha(opacity=20);
}
.bocweb-nav li .sub_nav a:hover .icon {
	opacity: 1;
	filter: alpha(opacity=100);
}
.f-cb:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: ".";
}
/*banner*/
 
 /* 本例子css */
.slideBox {
	width:100%;
	height:550px;
	overflow:hidden;
	position:relative;
	border:1px solid #ddd;
}
.slideBox .hd {
	height:15px;
	overflow:hidden;
	position:absolute;
	right:50%;
	bottom:5px;
	z-index:1;
}
.slideBox .hd ul {
	overflow:hidden;
	zoom:1;
	float:left;
}
.slideBox .hd ul li {
	float:left;
	margin-right:2px;
	width:15px;
	height:15px;
	line-height:14px;
	text-align:center;
	background:#fff;
	cursor:pointer;
}
.slideBox .hd ul li.on {
	background:#f00;
	color:#fff;
}
.slideBox .bd {
	position:relative;
	height:100%;
	z-index:0;
}
.slideBox .bd li {
	zoom:1;
	vertical-align:middle;
}
.slideBox .bd img {
	width:100%;
	height:550px;
	display:block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev, .slideBox .next {
	position:absolute;
	left:3%;
	top:50%;
	margin-top:-25px;
	display:block;
	width:32px;
	height:40px;
	background:url(../img/slider-arrow.png) -110px 5px no-repeat;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.slideBox .next {
	left:auto;
	right:3%;
	background-position:8px 5px;
}
.slideBox .prev:hover, .slideBox .next:hover {
	filter:alpha(opacity=100);
	opacity:1;
}
.slideBox .prevStop {
	display:none;
}
.slideBox .nextStop {
	display:none;
}
.footer_line {
	width:100%;
	background:#a80e10;
	height:80px;
	line-height: 80px;
}
.footer {
	background:#000;
	height:380px;
}
.footer_centr {
	border-bottom:#FFF 2px solid;    height: 320px;
	}
.foot_nav {
	width:795px;
	float:left;
}
.foot_nav_txt {
	width:400px;
	float: right;
}

.foot_nav_txt_title{
	font-size: 18px;
    font-weight: bold;
    color: #fff;
	}
.foot_nav_txt p {	
	font-size: 14px;
    color: #b1b1b1; 
	line-height: 29px;
}
.foot_nav .nav:after {
	content:"";
	display:block;
	clear:both;
}
.foot_nav .nav .m {
	float:left;
	margin-right: 120px;
}
.foot_nav .m h3 {
	font-size: 18px;
	font-weight:bold;
	color: #fff;
}
.foot_nav .sub {
	margin-top:10px;
}
.foot_nav .sub li {
	line-height: 30px;
}
.foot_nav .sub li a {
	font-size: 14px;
	color: #b1b1b1;
}
.bq_left{
	width:44%;
	text-align:left;font-size: 14px;    line-height: 45px;
	float:left
}
.bq_right{
	width:44%;    line-height: 45px;
	font-size: 14px;
	text-align:right;
	float:right;
}